ubg_3d2d_ray_to_triangle

Syntax:

ubg_3d2d_ray_to_triangle(ray, p1_x, p1_y, p1_z, p2_x, p2_y, p2_z, p3_x, p3_y, p3_z)

Arguments:

Argument Name Type Description
rayarrayvalue returned by ubg_3d2d_position_to_ray
p1_xrealx-position of point 1 on the triangle
p1_yrealy-position of point 1 on the triangle
p1_zrealz-position of point 1 on the triangle
p2_xrealx-position of point 2 on the triangle
p2_yrealy-position of point 2 on the triangle
p2_zrealz-position of point 2 on the triangle
p3_xrealx-position of point 3 on the triangle
p3_yrealy-position of point 3 on the triangle
p3_zrealz-position of point 3 on the triangle

Returns: (array)

Description:

Loading page...

Back: Primitives
Next: ubg_3d2d_ray_to_triangle_v